home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / SourceCode / MiscKit1.7.1 / MiscKit / Palettes / MiscProgressPalette / MiscProgressBarInspector.h < prev    next >
Text File  |  1995-04-12  |  757b  |  29 lines

  1. //
  2. //    MiscProgressBarInspector.h -- a simple view class for displaying progress
  3. //        Written and Copyright (c) 1993 by James Heiser.  (jheiser@adobe.com)
  4. //                Version 1.0.  All rights reserved.
  5. //
  6. //        This notice may not be removed from this source code.
  7. //
  8. //    This object is included in the MiscKit by permission from the author
  9. //    and its use is governed by the MiscKit license, found in the file
  10. //    "LICENSE.rtf" in the MiscKit distribution.  Please refer to that file
  11. //    for a list of all applicable permissions and restrictions.
  12. //    
  13.  
  14.  
  15. #import "MiscProgressViewInspector.h"
  16.  
  17. @interface MiscProgressBarInspector:MiscProgressViewInspector <IBInspectors>
  18. {
  19.     id    theSwitch;
  20.     id    theSwitch2;
  21.     id    tickColorWell;
  22.     id    tickText;
  23.     id    emphasisText;
  24. }
  25.  
  26. - init;
  27.  
  28. @end
  29.